Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.diff.service.DocumentDiffService

Documentation

This service allows to make a diff between two documents, or two versions of a document.

Antoine Taillefer

Implementation

Class: org.nuxeo.ecm.diff.service.impl.DocumentDiffServiceImpl

Services

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.diff.service.DocumentDiffService">

  <documentation>
    This service allows to make a diff between two
    documents, or two versions of a document.

    @author
    Antoine Taillefer
  </documentation>

  <implementation
    class="org.nuxeo.ecm.diff.service.impl.DocumentDiffServiceImpl" />

  <service>
    <provide interface="org.nuxeo.ecm.diff.service.DocumentDiffService" />
  </service>

</component>